home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 7 (Internal Edition) / Apple R&P Lib Internal v7.0.iso / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / N2090522.PPD < prev    next >
Text File  |  1990-10-12  |  10KB  |  319 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "Silentwriter2 Model 90" version 52.2
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 009909 or 010227
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 9 July 1990
  15. *FormatVersion: "3.0"
  16. *FileVersion: "1.1"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(Silentwriter2 90)"
  20. *PSVersion: "(52.2) 0"
  21. *NickName: "Silentwriter2 Model 90 v52.2"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "407174"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  29. *Throughput: "6"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not 
  37.   } ifelse 
  38.   {  %  if no password or not valid 
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) = 
  41.     (Please contact the author of this software.) = flush
  42.     quit 
  43.   } if 
  44.   serverdict begin exitserver
  45. "
  46. *End
  47.  
  48. *Reset: "
  49.   count 0 eq {  % is the password on the stack?
  50.     true 
  51.   }{
  52.     dup    % potential password
  53.     statusdict begin checkpassword end not 
  54.   } ifelse 
  55.   {  %  if no password or not valid 
  56.     (WARNING : Cannot reset printer.) = 
  57.     (Password supplied is not valid.) = 
  58.     (Please contact the author of this software.) = flush
  59.     quit 
  60.   } if 
  61.   serverdict begin exitserver
  62.   systemdict /quit get exec
  63.   (WARNING : Printer Reset Failed.) = flush
  64. "
  65. *End
  66.  
  67. *DefaultResolution: 300dpi
  68. *?Resolution: "
  69. save
  70.   initgraphics
  71.   0 0 moveto currentpoint matrix defaultmatrix transform
  72.   0 72 lineto currentpoint matrix defaultmatrix transform
  73.   3 -1 roll sub dup mul
  74.   3 1 roll exch sub dup mul
  75.   add sqrt round cvi
  76.   (          ) cvs print (dpi) = flush
  77. restore
  78. "
  79. *End
  80.  
  81. *% Halftone Information ===============
  82. *ScreenFreq: "60.0"
  83. *ScreenAngle: "45.0"
  84. *DefaultScreenProc: Dot
  85. *ScreenProc Dot: "
  86. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  87. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  88. "
  89. *End
  90. *ScreenProc Line: "{ pop }"
  91. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  92.  
  93. *DefaultTransfer: Null
  94. *Transfer Null: "{ }"
  95. *Transfer Null.Inverse: "{ 1 exch sub }"
  96.  
  97. *% Paper Handling ===================
  98.  
  99. *% Use these entries to set paper size most of the time, unless there is
  100. *% specific reason to use PageRegion or PaperTray.
  101. *DefaultPageSize: Letter
  102. *PageSize Letter: "statusdict begin lettertray end"
  103. *PageSize Legal: "statusdict begin legaltray end"
  104. *PageSize A4: "statusdict begin a4tray end"
  105. *PageSize B5: "statusdict begin b5tray end"
  106. *?PageSize: "
  107.  save statusdict begin
  108.   4 dict begin
  109.    /letter (Letter) def 
  110.    /legal (Legal) def
  111.    /a4 (A4) def
  112.    /b5 (B5) def 
  113.    papersize {
  114.      {load exec} stopped not{= flush}if
  115.    }{
  116.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  117.    }ifelse
  118.   end
  119.  end restore
  120. "
  121. *End
  122.  
  123. *% These entries will set up the frame buffer. Usually used with manual feed.
  124. *DefaultPageRegion: Letter
  125. *PageRegion Letter: "letter"
  126. *PageRegion Legal: "legal"
  127. *PageRegion A4: "a4"
  128. *PageRegion B5: "b5"
  129.  
  130. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  131. *% These errors should be trapped by software and a message displayed
  132. *DefaultPaperTray: None
  133. *PaperTray Letter: "statusdict begin lettertray end"
  134. *PaperTray Legal: "statusdict begin legaltray end"
  135. *PaperTray A4: "statusdict begin a4tray end"
  136. *PaperTray B5: "statusdict begin b5tray end"
  137. *?PaperTray: "
  138.  save statusdict begin
  139.   4 dict begin
  140.    /letter (Letter) def 
  141.    /legal (Legal) def
  142.    /a4 (A4) def
  143.    /b5 (B5) def
  144.    papersize {
  145.      {load exec} stopped not{= flush}if
  146.    }{
  147.      {load exec} stopped not{print (.Transverse) = flush}if
  148.    }ifelse
  149.   end
  150.  end restore
  151. "
  152. *End
  153.  
  154. *% The following entries provide information about specific paper keywords.
  155. *DefaultImageableArea: Letter
  156. *ImageableArea Letter: "13 15 596 778 "
  157. *ImageableArea Legal: "12 17 594 998 "
  158. *ImageableArea A4: "13 16 580 828 "
  159. *ImageableArea B5: "14 15 500 714 "
  160. *?ImageableArea: "
  161.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  162.   newpath clippath pathbbox
  163.   4 -2 roll exch 2 {ceiling cvp} repeat
  164.   exch 2 {floor cvp} repeat flush
  165.  restore
  166. "
  167. *End
  168.  
  169. *% These provide the physical dimensions of the paper (by keyword)
  170. *DefaultPaperDimension: Letter
  171. *PaperDimension Letter: "612 792"
  172. *PaperDimension Legal: "612 1008"
  173. *PaperDimension A4: "595 842"
  174. *PaperDimension B5: "516 729"
  175.  
  176. *DefaultOutputBin: Upper
  177. *DefaultInputSlot: None
  178.  
  179. *DefaultManualFeed: False
  180. *?ManualFeed: "
  181.   statusdict begin manualfeed 
  182.   {(True)}{(False)}ifelse = flush"
  183. *End
  184.  
  185. *DefaultOutputOrder: Normal
  186.  
  187. *DefaultCollator: None
  188. *DefaultSorter: None
  189. *DefaultDuplex: None
  190.  
  191. *% Font Information =====================
  192.  
  193. *DefaultFont: Courier
  194. *Font AvantGarde-Book: Standard "(001.002)"
  195. *Font AvantGarde-BookOblique: Standard "(001.002)"
  196. *Font AvantGarde-Demi: Standard "(001.003)"
  197. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  198. *Font Bookman-Demi: Standard "(001.001)"
  199. *Font Bookman-DemiItalic: Standard "(001.001)"
  200. *Font Bookman-Light: Standard "(001.001)"
  201. *Font Bookman-LightItalic: Standard "(001.001)"
  202. *Font Courier: Standard "(001.005)"
  203. *Font Courier-Bold: Standard "(001.005)"
  204. *Font Courier-BoldOblique: Standard "(001.005)"
  205. *Font Courier-Oblique: Standard "(001.005)"
  206. *Font Helvetica: Standard "(001.002)"
  207. *Font Helvetica-Bold: Standard "(001.002)"
  208. *Font Helvetica-BoldOblique: Standard "(001.002)"
  209. *Font Helvetica-Narrow: Standard "(001.002)"
  210. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  211. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  212. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  213. *Font Helvetica-Oblique: Standard "(001.002)"
  214. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  215. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  216. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  217. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  218. *Font Palatino-Bold: Standard "(001.002)"
  219. *Font Palatino-BoldItalic: Standard "(001.002)"
  220. *Font Palatino-Italic: Standard "(001.002)"
  221. *Font Palatino-Roman: Standard "(001.001)"
  222. *Font Symbol: Special "(001.003)"
  223. *Font Times-Bold: Standard "(001.002)"
  224. *Font Times-BoldItalic: Standard "(001.004)"
  225. *Font Times-Italic: Standard "(001.002)"
  226. *Font Times-Roman: Standard "(001.002)"
  227. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  228. *Font ZapfDingbats: Special "(001.002)"
  229. *?FontQuery: "
  230. save  2 dict begin /sv exch def
  231. /str 128 string def
  232. {
  233.   count 0 gt {
  234.     dup str cvs (/) print print (:) print
  235.     FontDirectory exch known {(Yes)}{(No)}ifelse = flush
  236.   }{ exit } ifelse
  237. } bind loop
  238. (*) = flush
  239. sv end restore
  240. "
  241. *End
  242.  
  243. *?FontList: "
  244. save  2 dict begin /sv exch def
  245. /str 128 string def
  246. FontDirectory { pop == } bind forall flush
  247. (*) = flush
  248. sv end restore
  249. "
  250. *End
  251.  
  252. *% Printer Messages (verbatim from printer):
  253. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  254. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  255. *Message: "\FontName\ not found, using Courier"
  256.  
  257. *% Status (format: %%[ status: <one of these> ]%% )
  258. *Status: "idle"
  259. *Status: "busy"
  260. *Status: "waiting"
  261. *Status: "printing"
  262. *Status: "warming up"
  263. *Status: "PrinterError:   CALL SERVICE"
  264. *Status: "PrinterError:  CASSETTE EMPTY"
  265. *Status: "PrinterError:    PAPER JAM"
  266.  
  267. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  268. *Source: "serial25"
  269. *Source: "AppleTalk"
  270. *Source: "Centronics"
  271.  
  272. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  273. *PrinterError: "  CALL SERVICE"
  274. *PrinterError: " CASSETTE EMPTY"
  275. *PrinterError: "   PAPER JAM"
  276.  
  277. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  278.  
  279. *% Color Separation Information =====================
  280.  
  281. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  282.  
  283. *InkName: ProcessBlack/Process Black
  284. *InkName: CustomColor/Custom Color
  285. *InkName: ProcessCyan/Process Cyan
  286. *InkName: ProcessMagenta/Process Magenta
  287. *InkName: ProcessYellow/Process Yellow
  288.  
  289. *%  For 60 lpi / 300 dpi  ===============================
  290.  
  291. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  292. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  293. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  294. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  295. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  296.  
  297. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  298. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  299. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  300. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  301. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  302.  
  303. *%  For 53 lpi / 300 dpi  ===============================
  304.  
  305. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  306. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  307. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  308. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  309. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  310.  
  311. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  312. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  313. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  314. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  315. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  316.  
  317.  
  318. *% end of PPD file for NEC Silentwriter2 Model 90
  319.